home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / Fq3dimport.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  229b  |  12 lines

  1. #ifndef _Fq3dimport_H_
  2. #define _Fq3dimport_H_
  3.  
  4. enum
  5. {
  6.     Q3DIMPORTFILTER_SCALE                        = 1000,
  7.     Q3DIMPORTFILTER_NURBSSEGMENTS        = 1001,
  8.     Q3DIMPORTFILTER_SPHERESEGMENTS    = 1002,
  9.     Q3DIMPORTFILTER_CONESEGMENTS        = 1003
  10. };
  11.  
  12. #endif